runtime.workType.full (field)
9 uses
	runtime (current package)
		mgc.go#L319: 	full  lfstack          // lock-free list of full blocks workbuf
		mgc.go#L1561: 	if !work.full.empty() {
		mgc.go#L1580: 	if work.full != 0 || work.markrootNext < work.markrootJobs {
		mgc.go#L1581: 		print("runtime: full=", hex(work.full), " next=", work.markrootNext, " jobs=", work.markrootJobs, " nDataRoots=", work.nDataRoots, " nBSSRoots=", work.nBSSRoots, " nSpanRoots=", work.nSpanRoots, " nStackRoots=", work.nStackRoots, "\n")
		mgcmark.go#L1211: 		if work.full == 0 {
		mgcmark.go#L1291: 		if work.full == 0 {
		mgcwork.go#L420: 	work.full.push(&b.node)
		mgcwork.go#L428: 	b := (*workbuf)(work.full.pop())
		mgcwork.go#L455: 	if work.full != 0 {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |